home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / WATER.DIR / 00164_Script_164 < prev    next >
Text File  |  1996-12-02  |  394b  |  18 lines

  1. on mouseUp
  2.   put the membernum of sprite 8 into sp8
  3.   put the membernum of sprite 9 into sp9
  4.   if sp8 = 178 then
  5.     set the membernum of sprite 8 to 171
  6.   else 
  7.     set the membernum of sprite 8 to sp8 +1
  8.   end if
  9.   
  10.   if sp9 = 187 then
  11.     set the membernum of sprite 9 to 180
  12.   else
  13.     set the membernum of sprite 9 to sp9 +1
  14.   end if
  15.   puppetsound 3,323
  16.   updatestage
  17.  
  18. end